home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / AttrLanguage.pod < prev    next >
Text File  |  2009-05-09  |  830b  |  61 lines

  1. =head1 NAME
  2.  
  3. Pango::AttrLanguage - used to represent attributes that are languages
  4.  
  5. =cut
  6.  
  7. =for object Pango::AttrLanguage - used to represent attributes that are languages
  8.  
  9. =cut
  10.  
  11.  
  12.  
  13.  
  14. =head1 METHODS
  15.  
  16. =head2 attribute = Pango::AttrLanguage-E<gt>B<new> ($language, ...)
  17.  
  18. =over
  19.  
  20. =item * $language (Pango::Language) 
  21.  
  22. =item * ... (list) 
  23.  
  24. =back
  25.  
  26. C<Pango::AttrLanguage> doesn't take a reference and doesn't copy the
  27. C<Pango::Language> object, but demands its validity nonetheless.  So make
  28. sure the language object stays alive at least as long as the attribute.
  29.  
  30. =head2 language = $attr-E<gt>B<value> (...)
  31.  
  32. =over
  33.  
  34. =item * ... (list) 
  35.  
  36. =back
  37.  
  38.  
  39.  
  40. =cut
  41.  
  42.  
  43. =head1 SEE ALSO
  44.  
  45. L<Pango>
  46.  
  47.  
  48. =cut
  49.  
  50.  
  51. =head1 COPYRIGHT
  52.  
  53. Copyright (C) 2003-2008 by the gtk2-perl team.
  54.  
  55. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  56.  
  57.  
  58.  
  59. =cut
  60.  
  61.